home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / tpapi1.zip / HISTORY.DOC < prev    next >
Text File  |  1991-12-04  |  1KB  |  35 lines

  1.                   History Of Turbo Pascal API's for Novell Netware
  2.  
  3.                        Written by Tony Covelli (c) 1991
  4.  
  5.  
  6. Turbo Pascal API's for Novell Netware (TPAPI) started out as a library for my
  7. personal use in May 1990.  Since then there have been many rewrites as I grew
  8. more proficient in the Turbo Pascal language.
  9.  
  10. This is my first real release of the library and is now object oriented (my
  11. first attempt at OOP).  It has been used with Netware versions 2.0a, 2.1x,
  12. 2.2 and Netware 386 v3.xx.
  13.  
  14. As many of you will know, certain Netware 286 functions are no longer
  15. supported by Netware 386.
  16.  
  17. The library is modelled on Novell's 'C' Interface for DOS v1.2, therefore the
  18. syntax of each method is nearly in all cases the same.  This was to aid me
  19. when I needed to convert a 'C' program to pascal and wanted to keep the syntax
  20. exactly the same.
  21.  
  22. --------------------------------------------------------------------------------
  23. Version 1.0b - Released 4th December, 1991
  24.  
  25. First real release of the library.
  26. Certain limitations do exist :
  27.  
  28.   You cannot use any method on a file server that has ENCRYPTED PASSWORDS set
  29.   to on.
  30.  
  31. --------------------------------------------------------------------------------
  32.  
  33.  
  34.  
  35.